Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
AsaWebvpnUserInfo Class Reference

AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices. More...

Public Member Functions

bool addBookmark (string, string)
 Adds a bookmark with the specified name and URL. More...
 
void setProfileName (string)
 Sets the name of the profile. More...
 
void setPolicyName (string)
 Sets the name of the group policy. More...
 
void setBookmarkName (string)
 Sets the title of the bookmark. More...
 
void setUrlName (string)
 Sets the URL of the bookmark. More...
 
string getUserName ()
 Returns the username of this clientless VPN user. More...
 
string getProfileName ()
 Returns the profile name of this clientless VPN user. More...
 
string getPolicyName ()
 Returns the group policy name of this clientless VPN user. More...
 
string getBookmarkName ()
 Returns the title of the bookmark of this clientless VPN user. More...
 
string getUrlName ()
 Returns the URL of the bookmark of this clientless VPN user. More...
 

Detailed Description

AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.

Member Function Documentation

◆ addBookmark()

bool AsaWebvpnUserInfo::addBookmark ( string  ,
string   
)

Adds a bookmark with the specified name and URL.

/param bookmarkName, the title of the bookmark. /param url, the URL of the bookmark.

Returns
bool, true if the bookmark was added successfully, otherwise false.

◆ getBookmarkName()

string AsaWebvpnUserInfo::getBookmarkName ( )

Returns the title of the bookmark of this clientless VPN user.

Returns
string, the title of the bookmark of this clientless VPN user.

◆ getPolicyName()

string AsaWebvpnUserInfo::getPolicyName ( )

Returns the group policy name of this clientless VPN user.

Returns
string, the group policy name of this clientless VPN user.

◆ getProfileName()

string AsaWebvpnUserInfo::getProfileName ( )

Returns the profile name of this clientless VPN user.

Returns
string, the profile name of this clientless VPN user.

◆ getUrlName()

string AsaWebvpnUserInfo::getUrlName ( )

Returns the URL of the bookmark of this clientless VPN user.

Returns
string, the URL of the bookmark of this clientless VPN user.

◆ getUserName()

string AsaWebvpnUserInfo::getUserName ( )

Returns the username of this clientless VPN user.

Returns
string, the username of this clientless VPN user.

◆ setBookmarkName()

void AsaWebvpnUserInfo::setBookmarkName ( string  )

Sets the title of the bookmark.

/param title, the title of the bookmark.

◆ setPolicyName()

void AsaWebvpnUserInfo::setPolicyName ( string  )

Sets the name of the group policy.

/param name, the name of the group policy.

◆ setProfileName()

void AsaWebvpnUserInfo::setProfileName ( string  )

Sets the name of the profile.

/param name, the name of the profile.

◆ setUrlName()

void AsaWebvpnUserInfo::setUrlName ( string  )

Sets the URL of the bookmark.

/param url, the URL of the bookmark.


The documentation for this class was generated from the following file: